Skip to content

Conversation

@hannahilea
Copy link
Contributor

@hannahilea hannahilea commented Feb 3, 2026

Description

Feature #1248. Adds parity with other jobs, namely, job log is now posted to AWS for docker jobs.

Tasks

  • Ticket exists and is linked in title
  • Tests added/updated
  • Dead code removed
  • No TODOs added

Copy link
Contributor

@ndp-opendap ndp-opendap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure that works!

My two bits (for the floor, as you wish): I have come around to James' preference of explicitly calling test rather than doing it implicitly with the [[...]] syntax:

if test "$BES_BUILD" = "main" -o "$BES_BUILD" = "distcheck" -o "$BES_BUILD" = "docker"* 


LOG_FILE_TGZ=bes-autotest-${TRAVIS_JOB_NUMBER}-logs.tar.gz
if test x$BES_BUILD = xmain -o x$BES_BUILD = xdistcheck
if [[ $BES_BUILD = "main" || "$BES_BUILD" = "distcheck" || "$BES_BUILD" = "docker"* ]]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First $BES_BUILD needs double quotes

Copy link
Contributor

@ndp-opendap ndp-opendap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for that!

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 3, 2026

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 3, 2026

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 3, 2026

@hannahilea hannahilea merged commit f872e6a into master Feb 3, 2026
6 checks passed
@hannahilea hannahilea deleted the hr/bes-1248-post-docker-failures-to-aws branch February 3, 2026 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants